翻訳と辞書
Words near each other
・ Data link connection identifier
・ Data link connector (automotive)
・ Data Link Control
・ Data link layer
・ Data Link Provider Interface
・ Data Link Solutions
・ Data literacy
・ Data Loading and Analysis System
・ Data logger
・ Data loss
・ Data loss prevention software
・ Data management
・ Data Management Inc.
・ Data management plan
・ Data manipulation language
Data mapper pattern
・ Data mapping
・ Data mart
・ Data Mask
・ Data masking
・ Data Matrix
・ Data matrix
・ Data matrix (multivariate statistics)
・ Data merge
・ Data migration
・ Data mile
・ Data mining
・ Data Mining and Knowledge Discovery
・ Data Mining Extensions
・ Data mining in agriculture


Dictionary Lists
翻訳と辞書 辞書検索 [ 開発暫定版 ]
スポンサード リンク

Data mapper pattern : ウィキペディア英語版
Data mapper pattern
In software engineering, the data mapper pattern is an architectural pattern. It was named by Martin Fowler in his 2003 book ''Patterns of Enterprise Application Architecture''. The interface of an object conforming to this pattern would include functions such as Create, Read, Update, and Delete, that operate on objects that represent domain entity types in a data store.
A Data Mapper is a Data Access Layer that performs bidirectional transfer of data between a persistent data store (often a relational database) and an in memory data representation (the domain layer). The goal of the pattern is to keep the in memory representation and the persistent data store independent of each other and the data mapper itself. The layer is composed of one or more mappers (or Data Access Objects), performing the data transfer. Mapper implementations vary in scope. Generic mappers will handle many different domain entity types, dedicated mappers will handle one or a few.
== Implementations ==
Implementations of the concept can be found in various frameworks for many programming environments.

抄文引用元・出典: フリー百科事典『 ウィキペディア(Wikipedia)
ウィキペディアで「Data mapper pattern」の詳細全文を読む



スポンサード リンク
翻訳と辞書 : 翻訳のためのインターネットリソース

Copyright(C) kotoba.ne.jp 1997-2016. All Rights Reserved.